SftTree/OCX 7.0

SftTree.ShowTruncated Property

Softel vdm, Inc.

Defines whether text is clipped or truncated using trailing '...'.

Syntax       

Get

VB.NET

Boolean = object.ShowTruncated  As Boolean

VB

Boolean = object.ShowTruncated  As Boolean

C#.NET

bool Boolean = object.ShowTruncated;

VC++

VARIANT_BOOL Boolean = object->ShowTruncated;
VARIANT_BOOL Boolean = object->GetShowTruncated();

C

HRESULT object->get_ShowTruncated(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.ShowTruncated   : WordBool;

Put

VB.NET

object.ShowTruncated = Boolean  As Boolean

VB

object.ShowTruncated = Boolean  As Boolean

C#.NET

bool object.ShowTruncated = Boolean;

VC++

VARIANT_BOOL object->ShowTruncated = Boolean;
void object->PutShowTruncated(VARIANT_BOOL Boolean);

C

HRESULT object->put_ShowTruncated(VARIANT_BOOL Boolean);

Delphi

object.ShowTruncated := Boolean   : WordBool;

object

A SftTree object.

Boolean

Defines whether text is clipped or truncated using trailing '...'.

Boolean

Description

True

Truncated text should be shown using trailing "...".

False

Truncated text is clipped.

Comments

The ShowTruncated property defines whether text is clipped or truncated using trailing '...'.

The ShowTruncated property applies to all text components in a tree control.  By setting it to True, text that is too large (horizontally) to fit in the space allocated will be truncated by showing trailing periods ("...").  If set to False, text will be clipped if too large and displayed in the available area.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com